home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC 1.37.1r15 Full / Tests / test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-03  |  40 b   |  7 lines  |  [TEXT/MPS ]

  1. main()
  2. {
  3.     while (foo()) {
  4.         bar();
  5.     }
  6. }
  7.